.orders-history {
	margin-top: 100px;
}
.orders-history__title {
	font-size: 60px;
	line-height: 41px;
	font-weight: 900;

	font-style: italic;
}
.orders-history__subtitle {
	font-size: 22px;
	line-height: 28px;

	margin-top: 10px;
}

.filters {
	margin-top: 50px;
}
.filters__title {
	font-size: 22px;
	line-height: 28px;
	color: #f9c700;
}
.filters__links {
	display: flex;
	align-items: center;
	grid-gap: 20px;
	flex-wrap: wrap;
	margin-top: 10px;
}
.filters__link {

}
.filters__link.filters__link--active {
	color: #f9c700;
	text-decoration: underline;
}

.orders-history__items {
	margin-top: 50px;
}

.order-item {
	margin-bottom: 70px;
}
.order-item__title {
	color: #9B999E;
	font-size: 21px;
	line-height: 41px;
	font-weight: 600;
	font-style: italic;
}
.order-item__subtitle {
	font-size: 48px;
	line-height: 41px;
	color: #DDDCDE;
	font-style: italic;
	font-weight: 900;
	margin-top: 5px;
}
.order-item:last-child {
	/*margin-bottom: 0;*/
}
.order-item__container {
	margin-top: 25px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.order-item__left {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}
.order-item__right {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
}


.order-item__img {
	width: 100%;
	display: block;
}
.order-item__desc {
	margin-top: 10px;
	color: #9B999E;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
}

.cards-control {
	margin-left: 34px;
}
.cards {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.cards-control .cards {
	margin-bottom: 22px;
}
.card {
    margin-right: 5px;
    width: 80px;

    border: 1px solid transparent;
    background-color: #F09867;
    padding: 7px 0;
    text-align: center;

    color: #000000;

    position: relative;
}
.card:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.card:last-child, .card.last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.card:hover {
	cursor: pointer;
}
.card__counter {
	font-size: 16px;
	font-weight: 700;
}
.card__info {
	margin-top: 4px;
}
.card__info > div {
	margin-bottom: 1px;
	line-height: 11px;
	font-size: 12px;
}
.card__info > div:last-child {
	margin-bottom: 0;
}
.style-italic {
	font-style: italic;
}

.card-info__video {
	display: none;
}

.card--bought {
	background-color: #4EBE96;
}

.card:hover::after, .card--active::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	height: 4px;
	width: 100%;
	
	background-color: #FFCC00;
}
.card--current {

}
.card--label-active {
	position: absolute;
	right: 2px;
	top: 2px;

	width: 9px;
	height: 9px;

	background-color: #FF0000;
	border-radius: 50%;
}

.card-about {
	display: none;
}
.card-about__number {
	font-size: 21px;
	font-weight: 500;
	line-height: 32px;
	color: #DDDCDE;
	margin-bottom: 2px;
}
.card-about__title {
	font-size: 16px;
	color: #DDDCDE;
	line-height: 19px;
	font-style: italic;
	margin-bottom: 1px;
}
.card-about__title:last-child {
	margin-bottom: 0;
}
.card-about__title span {
	font-weight: 700;
}

.card-about__links {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.btn--card-about {
	font-size: 18px;
	font-weight: 600;
	padding: 5px 15px;
	background-color: #4EBE96;
	color: #000;
}
.btn--card-about:hover {
	text-decoration: none;
	color: #fff;
}
.btn--zoom {
	background-color: #6166DC;
	color: #fff;
}
.btn--zoom:hover {
	background-color: #fff;
	color: #6166DC;
}
.btn--video-link {
	margin-right: 1px;
}
.btn--pay-link {
	background-color: #EB5E00;
	color: #fff;
	padding: 8px 30px;
}
.btn--pay-link:hover {
	background: #f9c702;
	color: #000;
}
.zoom-id {
	margin-top: 10px;
}
.zoom-code {
	margin-top: 2px;
}
.zoom-id, .zoom-code {
	font-size: 12px;
	font-style: italic;
	user-select: none;
}
.zoom-id span, .zoom-code span {
	font-weight: 700;
	font-size: 14px;
	user-select: text;
}

.card-about__license {
	margin-top: 17px;
}
.card-about--active {
	display: block;
}
.card-about--wait-video {
	margin-top: 5px;
}
.card-about__license {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	font-style: italic;
	color: #9B999E;

	max-width: 459px;
}

.order-item__socials {
	margin-top: 20px;
}
.catalog-socials__title {

}
.catalog-socials__items {
	margin-top: 9px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.btn--catalog-social {
	font-size: 14px;
	font-weight: 500;
	padding: 4px 14px;
	background-color: rgb(58,174,224);
	min-width: 170px;
}
.btn--catalog-social:hover {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}


@media (min-width: 1024.5px) {
	.cards.cards--scroll {
		max-width: 550px;
		overflow-x: scroll;
		padding-bottom: 22px;
		margin-bottom: 0;
	}
	.cards.cards--scroll .card {
		flex: 1 0 80px;
	}
}
@media (max-width: 1200px) {
	.orders-history__title {
		font-size: 54px;
		line-height: 37px;
	}
	.orders-history__subtitle {
		font-size: 20px;
		line-height: 25px;
		margin-top: 9px;
	}
	.orders-history__items {
		margin-top: 45px;
	}
	.order-item {
		margin-bottom: 63px;
	}
	.order-item__title {
		font-size: 20px;
		line-height: 37px;
	}
	.order-item__subtitle {
		font-size: 43px;
		line-height: 37px;
		margin-top: 4px;
	}

	.order-item__desc {
		font-size: 14px;
	}

	.card__counter {
		font-size: 14px;
	}
	.card__info {
		font-size: 11px;
		line-height: 10px;
	}
	
	.cards-control .cards {
		margin-bottom: 19px;
	}
	.card-about__number {
		font-size: 19px;
		line-height: 29px;
		margin-bottom: 1px;
	}
	.card-about__title {
		font-size: 14px;
		line-height: 17px;
	}
	.card-about__links {
		margin-top: 18px;
	}
	.btn--card-about {
		font-size: 16px;
	}
	.zoom-id, .zoom-code {
		font-size: 11px;
	}
	.zoom-id span, .zoom-code span {
		font-size: 12px;
	}
	.card-about__license {
		font-size: 12px;
		line-height: 14px;
		margin-top: 14px;
	}

	.btn--catalog-social {
		font-size: 14px;
		padding: 5px 15px;
	}
}

@media (max-width: 1024px) {
	.orders-history {
		margin-top: 30px;
	}

	.orders-history__title {
		font-size: 43px;
		line-height: 30px;
	}
	.orders-history__subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-top: 7px;
	}
	.orders-history__items {
		margin-top: 36px;
	}

	.order-item__title {
	    font-size: 16px;
	    line-height: 30px;
	}
	.order-item__subtitle {
	    font-size: 34px;
	    line-height: 31px;
	    margin-top: 3px;
	}

	.order-item__left, .order-item__right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-item__left {
		display: flex;
		flex-direction: column-reverse;
	}
	.order-item__desc {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.cards-control {
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 475px) {
	.cards-control .cards {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.card {
		border-radius: 4px;
		margin-bottom: 14px;
	}
	.catalog-socials__title {
		font-size: 15px;
	}

}



@media (min-width: 1200px) {
	.profile-page .container {
	    max-width: 1000px;
	}
}

.profile-page .header__login:hover {
	opacity: 0.7;
	transform: scale(0.99);
}
.page__wrapper {
	z-index: 1;
}

.profile-page .header__login--is_logined span:not(.menu__separate) {
	height: 31px;
	width: 60px;
	border-radius: 5px;
	line-height: 31px;
}

#sidebar *, #sidebar *::before, #sidebar *::after {
	box-sizing: border-box;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.page-wrapper {
	position: fixed;
	top: 0;
	left: 0;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > span {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a, .sidebar-wrapper .sidebar-menu ul li > span {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.filters__link--active {
	color: #16c7ff !important;
	text-shadow: 0px 0px 10px rgb(22 199 255 / 50%) !important;
}